c# wpf image source from resource programmatically

62

c# wpf image source from resource programmatically -

BitmapImage image = new BitmapImage(new Uri("/MyProject;component/Images/down.png", UriKind.Relative));

Comments

Submit
0 Comments